HOME |  BACK |  NEXT |  _  WORDLIST |  TOPICS |  _  AUTHORS |  E-MAIL |  _  INDEX | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

WWWE Logo C

C is a programming language used widely in Common Gateway Interface (CGI) programming on Web servers. C is the implementation language for UNIX and the UNIX programmer's language of choice.

URLs:

Introduction to The Language List
Collected information on about 2350 computer languages, past and present--a good starting point for research on any computer language.
comp.lang.c Answers to Frequently Asked Questions (FAQ)
Up-to-date copies of this FAQ are posted to the newsgroups comp.answers and news.answers.
Learn C/C++ Today--A List of Resources/Tutorials
A good starting point for tutorials and other resources on C.

W3E References:

C++
C++ is an object-oriented implementation of C.

Print References:

Detail:

C was developed in the early 1970s at AT&T's Bell Laboratories by two of the founders of UNIX, Brian Kernighan and Dennis Ritchie. C was derived from B, which was inspired by BCPL (Basic Combined Programming Language), a simplification of CPL (Cambridge Programming Language).

C is a procedural program that describes the steps of an algorithm. It can be compiled into a very tight architecture-neutral binary object resulting in speedy program execution. On the other hand, it is difficult to manipulate strings with C language constructs, a serious disadvantage for implementation with CGI programming.

Various revisions of C have been developed, including ANSI C (a standardization of C), GNU C, and C++. There are numerous programs for converting to C from Pascal, FORTRAN and other programming languages .

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

E-Mail: The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights & IMPACT Online.
Revised -- February 20th, 1996